Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.select2.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.select2.properties inside nuxeo-platform-ui-select2-9.10.jar /OSGI-INF/select2-properties.xml

Documentation

Property that allows displaying emails in user suggestion widgets. This parameter replace the nuxeo-email-suggestion addon provided in Nuxeo 5.5 and 5.6.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.ui.displayEmailInUserSuggestion">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that allows displaying emails in user suggestion
      widgets. This parameter replace the nuxeo-email-suggestion addon provided
      in Nuxeo 5.5 and 5.6.
    </documentation>
    <property name="nuxeo.ui.displayEmailInUserSuggestion">false</property>
  </extension>